We switched from returning a list to returning a C array, which means we
need to update the introspection annotation and the documentation to
match the implementation.
* @anchor: a #GtkTextChildAnchor
*
* Gets a list of all widgets anchored at this child anchor.
- * The returned list should be freed with g_list_free().
*
+ * The order in which the widgets are returned is not defined.
*
- * Returns: (element-type GtkWidget) (transfer container): list of widgets anchored at @anchor
+ * Returns: (array length=out_len) (transfer container): an
+ * array of widgets anchored at @anchor
**/
GtkWidget **
gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor,